Skip to main content

Get a list of accounts and their balances

GET 

https://api.fuse.io/api/v0/explorer/?module=account&action=listaccounts

Get a list of accounts and their balances

Request

Query Parameters

    module stringrequired

    Possible values: [account]

    action stringrequired

    Possible values: [listaccounts]

    apiKey stringrequired
    Example: pk_1234567890
    page integer

    integer representing the page number used for pagination. offset must also be provided. Optional.

    offset integer

    integer representing number of transactions returned per page. page must also be provided. Optional.

Responses

OK

Schema
    message string
    result object[]
    status string
curl -L -X GET 'https://api.fuse.io/api/v0/explorer' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.fuse.io/api/v0/explorer
Parameters
— queryrequired
— queryrequired
— queryrequired
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!

Was this page helpful?